home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / bin / gunzip < prev    next >
Text File  |  2008-10-15  |  63b  |  4 lines

  1. #!/bin/bash
  2. PATH=${GZIP_BINDIR-'/bin'}:$PATH
  3. exec gzip -d "$@"
  4.